/*
	.affix-top
	{
		top:150px;
	}
*/

.affix
{
	top:60px;
	position: fixed;
}

.fixed-right{
  width: 122px;	
  position: fixed;
  top: 300px;
  right: 10px;
  z-index: 1000;
}

.fixed-right .header{
	line-height: 32px;
	background-color:#ff3333;
	color: white;
	font-weight: bolder;
}

.wxAffix .content
{
	border:solid #ff3333 1px;
	min-height: 120px;
	background-color: white;
}

.qqAffix
{
	margin-top: 10px;
}

.qqAffix .content
{
	border:solid #ff3333 2px;
	min-height: 120px;
	padding: 8px;
	background-color: white;
}